home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBDde / HTBDDE.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.4 KB  |  54 lines

  1. // HTBDDE.h : main header file for the HTBDDE DLL
  2. //
  3.  
  4. #if !defined(AFX_HTBDDE_H__262C3714_31DB_4C42_A84D_CAFAE261918D__INCLUDED_)
  5. #define AFX_HTBDDE_H__262C3714_31DB_4C42_A84D_CAFAE261918D__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Includes
  17. //
  18. #include "mfcdde.h"
  19.  
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CHtbDdeApp
  23. // See HTBDDE.cpp for the implementation of this class
  24. //
  25.  
  26. class CHtbDdeApp : public CWinApp
  27. {
  28. public:
  29.     CHtbDdeApp();
  30.     CDdeClient * m_pClient;                            // Pointer to the client object
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CHtbDdeApp)
  35.     public:
  36.     virtual BOOL InitInstance();
  37.     virtual int ExitInstance();
  38.     //}}AFX_VIRTUAL
  39.  
  40.     //{{AFX_MSG(CHtbDdeApp)
  41.         // NOTE - the ClassWizard will add and remove member functions here.
  42.         //    DO NOT EDIT what you see in these blocks of generated code !
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_HTBDDE_H__262C3714_31DB_4C42_A84D_CAFAE261918D__INCLUDED_)
  54.